Re: [GENERAL] btree index on a char(8) field (fwd)

Поиск
Список
Период
Сортировка
От Herouth Maoz
Тема Re: [GENERAL] btree index on a char(8) field (fwd)
Дата
Msg-id l03130301b421030e5355@[147.233.159.109]
обсуждение исходный текст
Ответ на btree index on a char(8) field (fwd)  (Frank Mandarino <fam@risca.com>)
Ответы Re: [GENERAL] btree index on a char(8) field (fwd)  (Frank Mandarino <fam@risca.com>)
Список pgsql-general
At 15:30 +0200 on 06/10/1999, Frank Mandarino wrote:


> main=> create index ven_code_idx on vendor using btree (ven_code char_ops);
> CREATE

I didn't have time to check this, but the problem may be caused by the
incorrect ops you are using. For char(N) it should be bpchar_ops, not
char_ops.

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma



В списке pgsql-general по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [GENERAL] Foreign Key
Следующее
От: Jelle Ruttenberg
Дата:
Сообщение: Q: ODBC- and PostgreSQL-datatypes difference?